Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update minor-and-patch (lts) #5922

Merged
merged 2 commits into from
Jan 23, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apollo/server (source) 4.11.2 -> 4.11.3 age adoption passing confidence devDependencies patch
@apollo/server (source) 4.11.2 -> 4.11.3 age adoption passing confidence dependencies patch
@changesets/cli (source) 2.27.10 -> 2.27.11 age adoption passing confidence dependencies patch
@graphql-tools/merge (source) 9.0.10 -> 9.0.17 age adoption passing confidence dependencies patch
@graphql-tools/resolvers-composition (source) 7.0.4 -> 7.0.11 age adoption passing confidence dependencies patch
@graphql-tools/schema (source) 10.0.9 -> 10.0.16 age adoption passing confidence dependencies patch
@graphql-tools/utils (source) 10.6.0 -> 10.7.2 age adoption passing confidence dependencies minor
@graphql-tools/wrap (source) 10.0.18 -> 10.0.28 age adoption passing confidence dependencies patch
@types/amqplib (source) 0.10.5 -> 0.10.6 age adoption passing confidence devDependencies patch
@types/node (source) 20.17.6 -> 20.17.16 age adoption passing confidence devDependencies patch
@typescript-eslint/parser (source) 8.15.0 -> 8.21.0 age adoption passing confidence devDependencies minor
@urql/core (source) 5.0.8 -> 5.1.0 age adoption passing confidence dependencies minor
amqplib (source) 0.10.4 -> 0.10.5 age adoption passing confidence dependencies patch
concurrently 9.1.0 -> 9.1.2 age adoption passing confidence devDependencies patch
debug 4.3.7 -> 4.4.0 age adoption passing confidence dependencies minor
dotenv 16.4.5 -> 16.4.7 age adoption passing confidence devDependencies patch
dotenv 16.4.5 -> 16.4.7 age adoption passing confidence dependencies patch
eslint-import-resolver-typescript 3.6.3 -> 3.7.0 age adoption passing confidence devDependencies minor
eslint-plugin-jest 28.9.0 -> 28.11.0 age adoption passing confidence devDependencies minor
express (source) 4.21.1 -> 4.21.2 age adoption passing confidence dependencies patch
graphql 16.9.0 -> 16.10.0 age adoption passing confidence dependencies minor
graphql 16.9.0 -> 16.10.0 age adoption passing confidence devDependencies minor
graphql-compose 9.0.11 -> 9.1.0 age adoption passing confidence dependencies minor
graphql-ws (source) 5.16.0 -> 5.16.2 age adoption passing confidence devDependencies patch
graphql-ws (source) 5.16.0 -> 5.16.2 age adoption passing confidence dependencies patch
graphql-yoga (source) 5.10.3 -> 5.10.10 age adoption passing confidence dependencies patch
lint-staged 15.2.10 -> 15.4.2 age adoption passing confidence devDependencies minor
marocchino/sticky-pull-request-comment v2.9.0 -> v2.9.1 age adoption passing confidence action patch
neo4j-driver 5.26.0 -> 5.27.0 age adoption passing confidence devDependencies minor
neo4j-driver 5.26.0 -> 5.27.0 age adoption passing confidence dependencies minor
parcel 2.13.0 -> 2.13.3 age adoption passing confidence devDependencies patch
randomstring 1.3.0 -> 1.3.1 age adoption passing confidence devDependencies patch
reviewdog/action-actionlint v1.57.0 -> v1.64.1 age adoption passing confidence action minor
reviewdog/action-eslint v1.32.0 -> v1.33.0 age adoption passing confidence action minor
srvaroa/labeler v1.12.0 -> v1.13.0 age adoption passing confidence action minor
ts-loader 9.5.1 -> 9.5.2 age adoption passing confidence devDependencies patch
webpack 5.96.1 -> 5.97.1 age adoption passing confidence devDependencies minor
yarn (source) 4.5.2 -> 4.6.0 age adoption passing confidence packageManager minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

apollographql/apollo-server (@​apollo/server)

v4.11.3

Compare Source

Patch Changes
changesets/changesets (@​changesets/cli)

v2.27.11

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/merge)

v9.0.17

Compare Source

Patch Changes

v9.0.16

Compare Source

Patch Changes

v9.0.15

Compare Source

Patch Changes

v9.0.14

Compare Source

Patch Changes

v9.0.13

Compare Source

Patch Changes

v9.0.12

Compare Source

Patch Changes

v9.0.11

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/resolvers-composition)

v7.0.11

Compare Source

Patch Changes

v7.0.10

Compare Source

Patch Changes

v7.0.9

Compare Source

Patch Changes

v7.0.8

Compare Source

Patch Changes

v7.0.7

Compare Source

Patch Changes

v7.0.6

Compare Source

Patch Changes

v7.0.5

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/schema)

v10.0.16

Compare Source

Patch Changes

v10.0.15

Compare Source

Patch Changes

v10.0.14

Compare Source

Patch Changes

v10.0.13

Compare Source

Patch Changes

v10.0.12

Compare Source

Patch Changes

v10.0.11

Compare Source

Patch Changes

v10.0.10

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/utils)

v10.7.2

Compare Source

Patch Changes

v10.7.1

Compare Source

Patch Changes

v10.7.0

Compare Source

Minor Changes
  • #​6789
    2c70d27
    Thanks @​n1ru4l! - - New helper function getAbortPromise to get a
    promise rejected when AbortSignal is aborted

    • New helper function registerAbortSignalListener to register a listener to abort a promise when
      AbortSignal is aborted

    Instead of using .addEventListener('abort', () => {/* ... */}), we register a single listener to
    avoid warnings on Node.js like
    MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 abort listeners added. Use emitter.setMaxListeners() to increase limit.

v10.6.4

Compare Source

Patch Changes

v10.6.3

Compare Source

Patch Changes
  • 020b9e4
    Thanks @​ardatan! - `AbortSignal` in `GraphQLResolveInfo`, and
    `AbortSignal` in `ExecutionRequest`

v10.6.2

Compare Source

Patch Changes
  • #​6737
    1b24656
    Thanks @​ardatan! - Handle array of primitives correctly

    The bug was following;

    mergeDeep([{ options: ['$a', '$b'] }, { options: ['$c'] }, { options: ['$d', '$e'] }])
    
    // results in { options: [{}, {}] }

v10.6.1

Compare Source

Patch Changes
  • 1e02935
    Thanks @​ardatan! - Handle parse errors correctly when loader gets a
    string directly
graphql-hive/gateway (@​graphql-tools/wrap)

v10.0.28

Compare Source

Patch Changes
  • #​472 e9f78cd Thanks @​ardatan! - RenameObjectFieldArguments should transform the passed args in delegationContext.

    When a subschema's a root field argument is renamed, the passed arguments should be also transformed;

    type Query {

This is the original field

book(book_id: ID): [Book]

}

type Book {
id: ID
title: String
}


When the subschema above is transformed to;

```graphql
type Query {

### This is the transformed field
  book(bookId: ID): [Book]
}

type Book {
  id: ID
  title: String
}

The following call should be transformed;

delegateToSchema({
  schema: {
    schema,
    transforms: [
      new RenameObjectFieldArguments((typeName, fieldName, argName) => {
        if (
          typeName === 'Query' &&
          fieldName === 'book' &&
          argName === 'book_id'
        ) {
          return 'bookId';
        }
        return argName;
      }),
    ],
  },
  operation: 'query',
  fieldName: 'book',
  args: {
    bookId: '1',
  },
});

To this query;

{
    book(book_id: "1") {

### ...
    }
}

v10.0.27

Compare Source

Patch Changes

v10.0.26

Compare Source

Patch Changes

v10.0.25

Compare Source

Patch Changes

[v10.0.24](https://redirect.github.c


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jan 2, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: examples/subscriptions/yoga_sse/package-lock.json
npm WARN ignoring workspace config at /tmp/renovate/repos/github/neo4j/graphql/examples/subscriptions/yoga_sse/.npmrc 
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "link:": link:../../..

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2025-01-23T14_04_35_489Z-debug-0.log

Copy link

changeset-bot bot commented Jan 2, 2025

⚠️ No Changeset found

Latest commit: e04fa0d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/lts-minor-and-patch branch 10 times, most recently from 705465f to cfd2c09 Compare January 9, 2025 10:30
@renovate renovate bot force-pushed the renovate/lts-minor-and-patch branch 7 times, most recently from e0a5ecf to a45e697 Compare January 17, 2025 03:18
@renovate renovate bot force-pushed the renovate/lts-minor-and-patch branch from a45e697 to 5ae6841 Compare January 23, 2025 13:48
@renovate renovate bot force-pushed the renovate/lts-minor-and-patch branch from 5ae6841 to 9629e05 Compare January 23, 2025 14:05
Copy link
Contributor Author

renovate bot commented Jan 23, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@MacondoExpress MacondoExpress merged commit 8e8b9bb into lts Jan 23, 2025
67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant